home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000024_news@columbia.edu _Tue Sep 12 20:08:15 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id UAA10830
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 12 Sep 2000 20:08:11 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA14838
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 12 Sep 2000 20:08:11 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA08898
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 12 Sep 2000 20:06:26 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Ian Lim <limian@singnet.com.sg>
  13. Subject: login script help req.
  14. Date: Wed, 13 Sep 2000 08:08:45 +0800
  15. Organization: Singapore Telecommunications Ltd
  16. Message-ID: <rMK+ObTIovkuI1Y1ERJm+QNZYJI0@4ax.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I would like to have a script for K95 as well as Kermit3.16 to do the
  20. following, pls guide me 
  21.  
  22. input {$}
  23. output su 
  24. input {Password:}
  25. output 9999 
  26. input {$}
  27. output cd /home/tent/out
  28. input {$}
  29. from here I would like to automatically download all T* files, after
  30. successful download send all these files to /home/tent/out/backup
  31.  
  32. tia